ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ChartSeries<T> Class / ChartType Property

In This Topic
    ChartType Property (ChartSeries<T>)
    In This Topic
    Gets or sets the chart type for a specific series, overriding the chart type set on the overall chart.
    Syntax
    'Declaration
     
    Public Property ChartType As Nullable(Of ChartType)
    public Nullable<ChartType> ChartType {get; set;}
    See Also